home *** CD-ROM | disk | FTP | other *** search
- on enterFrame
- repeat with channel = 26 to 39
- set the visible of sprite channel to 0
- end repeat
- if rollOver(26) then
- set the visible of sprite 26 to 1
- end if
- if rollOver(27) then
- set the visible of sprite 27 to 1
- end if
- if rollOver(28) then
- set the visible of sprite 28 to 1
- end if
- if rollOver(29) then
- set the visible of sprite 29 to 1
- end if
- if rollOver(30) then
- set the visible of sprite 30 to 1
- end if
- if rollOver(31) then
- set the visible of sprite 31 to 1
- end if
- if rollOver(32) then
- set the visible of sprite 32 to 1
- end if
- if rollOver(33) then
- set the visible of sprite 33 to 1
- end if
- if rollOver(34) then
- set the visible of sprite 34 to 1
- end if
- if rollOver(35) then
- set the visible of sprite 35 to 1
- end if
- if rollOver(36) then
- set the visible of sprite 36 to 1
- end if
- if rollOver(37) then
- set the visible of sprite 37 to 1
- end if
- if rollOver(38) then
- set the visible of sprite 38 to 1
- end if
- if rollOver(39) then
- set the visible of sprite 39 to 1
- else
- nothing()
- end if
- end
-
- on exitFrame
- go(marker(0))
- end
-